|
|
|
|
SelectableAreaEnum Enumeration |
Defines which areas of items or cells can be clicked by an end user to select the item or cell.
Syntax SelectableAreaEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum SelectableAreaEnum |
C# |
public enum SelectableAreaEnum |
C++ |
public enum class SelectableAreaEnum |
Member |
Value |
Description |
Anywhere | 0 | The entire cell or item can be used to change the selection.
|
Cells | 1 | The entire cell or item (excluding the hierarchy area) can be used to change the selection.
|
FirstCell | 2 | The entire first displayed cell (excluding the hierarchy area) can be used to change the selection. If the cell is part of the hierarchy column (ColumnClass.ShowHierarchy), the hierarchy area does not change the selection. |
HierarchyCell | 3 | The entire cell in the hierarchy column, excluding the hierarchy area, can be used to change the selection. |
MimicSelectionHighlight | 4 | Clicking anywhere within the area that is defined by the SelectionHighlightStyle property changes the selection. |
Comments
The SelectableAreaEnum enumeration defines which areas of items or cells can be clicked by an end user to select the item or cell.